[]
dashboard.VisualNS.ModuleManager
• new ModuleManager()
▸ getModule(name): any
name
any
通过名称获取模块。
string
示例代码
const echarts = this.host.moduleManager.getModule('echarts'); const chart = echarts.init(dom); // 其他操作